php query to hide duplicate records

38

$str = implode(',',array_unique(explode(',', $str)));

Comments

Submit
0 Comments